home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / medhelth / med107.zip / INSTMED6.EXE / MED_107.PT8 < prev   
Text File  |  1993-08-22  |  42KB  |  1,241 lines

  1.           ---------------------------------------------------------
  2.           FILE - HISTORY
  3.           ---------------------------------------------------------
  4.           
  5.           FIELD      TYPE LEN DEC
  6.           
  7.           ACCT        C     5      Primary identification code for
  8.                                    billing functions. Each account
  9.                                    can have from 1 to 999 patients.
  10.           
  11.           PATIENT     C     2      Code to identify this patient
  12.                                    within an account. You can have
  13.                                    up to 999 patients per account.
  14.                                    You must have at least one
  15.                                    patient per account.
  16.           
  17.           TRN_DATE    D     8      Transaction posting date -
  18.                                    mm/dd/yy.
  19.           
  20.           CHG_TABLE   C     2      Code to identify this charge
  21.                                    table of rates. You can setup
  22.                                    100 unique charge tables. The
  23.                                    table code of '00' is reserved
  24.                                    for the default 'standard'
  25.                                    charge table. Each table is
  26.                                    unique and is identified to the
  27.                                    patient at time of patient
  28.                                    setup. Table code can be
  29.                                    overriden at time of transaction
  30.                                    posting in order to post charges
  31.                                    to a patient from another table.
  32.           
  33.           CHG_CODE    C     8      Primary code used to identify
  34.                                    the charge, adjustment, or type
  35.                                    of payment. This code is
  36.                                    combined with the 'CHG_TABLE'
  37.                                    code in order to fully identify
  38.                                    the transaction.
  39.           
  40.           CHG_DESC    C    32      A brief description that will
  41.                                    better describe the transaction.
  42.           
  43.           TRN_DOC     C     2      Doctor seeing patient for this
  44.                                    transaction. This is the default
  45.                                    patient doctor but can be
  46.                                    changed at time of transaction
  47.                                    posting.
  48.           
  49.           HIS_COMT1   C    50      Comment entry line #1 for
  50.                                    transaction history record.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.       Page 146
  59.  
  60.           ---------------------------------------------------------
  61.           FILE - HISTORY
  62.           ---------------------------------------------------------
  63.           
  64.           FIELD      TYPE LEN DEC
  65.           
  66.           HIS_COMT2   C    50      Comment line #2 for transaction
  67.                                    history record.
  68.           
  69.           LUPDATE     D     8      Date of last maintenance for
  70.                                    this record - mm/dd/yy.
  71.           
  72.           
  73.           
  74.           TOTAL RECORD LENGTH..    167
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.       Page 147
  118.  
  119.           ---------------------------------------------------------
  120.           FILE - RECALLS
  121.           ---------------------------------------------------------
  122.           
  123.           FIELD      TYPE LEN DEC
  124.           
  125.           ACCT        C     5      Primary identification code for
  126.                                    billing functions. Each account
  127.                                    can have from 1 to 999 patients.
  128.           
  129.           PATIENT     C     2      Code to identify this patient
  130.                                    within an account. You can have
  131.                                    up to 999 patients per account.
  132.                                    You must have at least one
  133.                                    patient per account.
  134.           
  135.           CHG_TABLE   C     2      Code to identify this charge
  136.                                    table of rates. You can setup
  137.                                    100 unique charge tables. The
  138.                                    table code of '00' is reserved
  139.                                    for the default 'standard'
  140.                                    charge table. Each table is
  141.                                    unique and is identified to the
  142.                                    patient at time of patient
  143.                                    setup. Table code can be
  144.                                    overriden at time of transaction
  145.                                    posting in order to post charges
  146.                                    to a patient from another table.
  147.           
  148.           CHG_CODE    C     8      Primary code used to identify
  149.                                    the charge, adjustment, or type
  150.                                    of payment. This code is
  151.                                    combined with the 'CHG_TABLE'
  152.                                    code in order to fully identify
  153.                                    the transaction.
  154.           
  155.           CHG_DESC    C    32      A brief description that will
  156.                                    better describe the transaction.
  157.           
  158.           TRN_DATE    D     8      Transaction posting date -
  159.                                    mm/dd/yy.
  160.           
  161.           PAT_DOC     C     2      Patients normal doctor. Code
  162.                                    used to identify the doctor that
  163.                                    is normally responsable for this
  164.                                    patient. You can identify
  165.                                    another doctor that sees the
  166.                                    patient at time of transaction
  167.                                    posting.
  168.           
  169.           RCL_LETTER  C     2      Code used to identify the letter
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.       Page 148
  177.  
  178.           ---------------------------------------------------------
  179.           FILE - RECALLS
  180.           ---------------------------------------------------------
  181.           
  182.           FIELD      TYPE LEN DEC
  183.           
  184.                                    form to use for this recall
  185.                                    request.
  186.           
  187.           RCL_DATE    D     8      Date recall is scheduled for -
  188.                                    mm/dd/yy.
  189.           
  190.           RCL_COUNT   C     1      Count of the number of recall
  191.                                    letters sent to patient for this
  192.                                    recall request. This count is
  193.                                    incremented by 1 for each letter
  194.                                    request. Max value is 9.
  195.           
  196.           RCL_MSG_L1  C    40      Part one of two part message
  197.                                    that can be captured with each
  198.                                    patients recall request record.
  199.                                    This message is only for
  200.                                    internal use and is not printed
  201.                                    on recall letter to patient.
  202.           
  203.           RCL_MSG_L2  C    40      Part two of two part message
  204.                                    that can be captured at time of
  205.                                    recall setup.
  206.           
  207.           LUPDATE     D     8      Date of last maintenance for
  208.                                    this record - mm/dd/yy.
  209.           
  210.           
  211.           
  212.           TOTAL RECORD LENGTH..    158
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.       Page 149
  236.  
  237.           ---------------------------------------------------------
  238.           FILE - CHGTABLE
  239.           ---------------------------------------------------------
  240.           
  241.           FIELD      TYPE LEN DEC
  242.           
  243.           CHG_TABLE   C     2      Code to identify this charge
  244.                                    table of rates. You can setup
  245.                                    100 unique charge tables. The
  246.                                    table code of '00' is reserved
  247.                                    for the default 'standard'
  248.                                    charge table. Each table is
  249.                                    unique and is identified to the
  250.                                    patient at time of patient
  251.                                    setup. Table code can be
  252.                                    overriden at time of transaction
  253.                                    posting in order to post charges
  254.                                    to a patient from another table.
  255.           
  256.           CHG_CODE    C     8      Primary code used to identify
  257.                                    the charge, adjustment, or type
  258.                                    of payment. This code is
  259.                                    combined with the 'CHG_TABLE'
  260.                                    code in order to fully identify
  261.                                    the transaction.
  262.           
  263.           CHG_DESC    C    32      A brief description that will
  264.                                    better describe the transaction.
  265.           
  266.           CHG_TYPE    C     1      Code used to identify the type
  267.                                    of transaction being posted. 'C'
  268.                                    = charges, 'A' = adjustments,
  269.                                    'P' = payment
  270.           
  271.           CHG_RATE    N     8   2  Standard charge rate for this
  272.                                    transaction. (Note - this value
  273.                                    is only used for 'C' type
  274.                                    transactions.)
  275.           
  276.           CHG_TAX     C     1      Flag to identify if this charge
  277.                                    is to have the sales tax
  278.                                    calculated on it. This flag is
  279.                                    only valid for table 'CHG_TYPE'
  280.                                    codes of 'C'.
  281.           
  282.           CHG_GLACCT  C     8      General ledger account that this
  283.                                    transaction is to be posted
  284.                                    under in your general ledger.
  285.           
  286.           CHG_RECALL  C     1      Flag to identify if this
  287.                                    transaction is to be posted for
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.       Page 150
  295.  
  296.           ---------------------------------------------------------
  297.           FILE - CHGTABLE
  298.           ---------------------------------------------------------
  299.           
  300.           FIELD      TYPE LEN DEC
  301.           
  302.                                    patient recall. ('Y' = setup for
  303.                                    recall, 'N' = do not setup for
  304.                                    recall)
  305.           
  306.           CHG_HIST    C     1      Flag to identify if this
  307.                                    transaction is to be recorded in
  308.                                    patients history file. ('Y' =
  309.                                    record in history, 'N' = do not
  310.                                    record in history)
  311.           
  312.           RCL_LETTER  C     2      Code used to identify the letter
  313.                                    form to use for this recall
  314.                                    request.
  315.           
  316.           CHG_INS     C     1      Flag in charge code table entry
  317.                                    to identify if this charge is
  318.                                    only to be considered as an
  319.                                    insurance posting to patients.
  320.                                    If 'N' then it is not considered
  321.                                    as an insurance posting. If 'Y'
  322.                                    then it is considered as an
  323.                                    insurance posting. (Note - this
  324.                                    field is not used in the
  325.                                    'SHAREWARE' version of MED#1.)
  326.           
  327.           CHG_INV     C     1      Inventory usage flag. ('Y' =
  328.                                    record inventory item use,  'N'
  329.                                    = no inventoryable item charged
  330.                                    to patient.) This field is not
  331.                                    currently used but is made
  332.                                    available for later
  333.                                    implementation of inventory
  334.                                    system.
  335.           
  336.           LUPDATE     D     8      Date of last maintenance for
  337.                                    this record - mm/dd/yy.
  338.           
  339.           
  340.           
  341.           TOTAL RECORD LENGTH..     74
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.       Page 151
  354.  
  355.           ---------------------------------------------------------
  356.           FILE - DOCTOR
  357.           ---------------------------------------------------------
  358.           
  359.           FIELD      TYPE LEN DEC
  360.           
  361.           DOCTOR      C     2      Code used to identify a specific
  362.                                    doctor. You are required to
  363.                                    setup at least one doctor record
  364.                                    prior to any patient setup.
  365.           
  366.           DOC_NAME    C    32      Doctors name as it is to be
  367.                                    printed on all documents.
  368.           
  369.           DOC_FNAME   C    10      Doctors first name.
  370.           
  371.           DOC_INIT    C     1      Doctors middle initial.
  372.           
  373.           DOC_TITLE   C    10      Doctors medical titles.
  374.           
  375.           DOC_ADD1    C    32      Doctor address line #1.
  376.           
  377.           DOC_ADD2    C    32      Doctor address line #2.
  378.           
  379.           DOC_CITY    C    20      Doctor city name for address.
  380.           
  381.           DOC_STATE   C    16      Doctor state/country name for
  382.                                    address.
  383.           
  384.           DOC_ZIP     C    10      Doctor zip/postal code for
  385.                                    address.
  386.           
  387.           DOC_TAXID   C    10      Doctor's Medicare identification
  388.                                    number. This number will be
  389.                                    printed on the HCFA-1500
  390.                                    insurance form for all referring
  391.                                    doctors.
  392.           
  393.           PHONE_1     C    12      Doctors 1st phone number.
  394.           
  395.           REF_1       C    24      Reference description for phone
  396.                                    number #1.
  397.           
  398.           PHONE_2     C    12      Doctors 2nd phone number.
  399.           
  400.           REF_2       C    24      Reference description for phone
  401.                                    number #2.
  402.           
  403.           PHONE_3     C    12      Doctors 3rd phone number.
  404.           
  405.           REF_3       C    24      Reference description for phone
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.       Page 152
  413.  
  414.           ---------------------------------------------------------
  415.           FILE - DOCTOR
  416.           ---------------------------------------------------------
  417.           
  418.           FIELD      TYPE LEN DEC
  419.           
  420.                                    number #3.
  421.           
  422.           PHONE_4     C    12      Doctors 4th phone number.
  423.           
  424.           REF_4       C    24      Reference description for phone
  425.                                    number #4.
  426.           
  427.           LUPDATE     D     8      Date of last maintenance for
  428.                                    this record - mm/dd/yy.
  429.           
  430.           
  431.           
  432.           TOTAL RECORD LENGTH..    327
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.       Page 153
  472.  
  473.           ---------------------------------------------------------
  474.           FILE - INSCO
  475.           ---------------------------------------------------------
  476.           
  477.           FIELD      TYPE LEN DEC
  478.           
  479.           INS_CODE    C     8      Code used to identify this
  480.                                    insurance company.
  481.           
  482.           INS_NAME    C    32      Name of insurance company.
  483.           
  484.           INS_ADD1    C    32      Address line #1 of insurance
  485.                                    company address.
  486.           
  487.           INS_ADD2    C    32      Address line #2 for insurance
  488.                                    company address.
  489.           
  490.           INS_CITY    C    20      City name for address for
  491.                                    insurance company.
  492.           
  493.           INS_STATE   C    16      Insurance company state/country
  494.                                    name of address.
  495.           
  496.           INS_ZIP     C    10      Insurance company zip/postal
  497.                                    code for address.
  498.           
  499.           INS_PHONE   C    12      Insurance company phone number.
  500.           
  501.           INS_PHEXT   C     4      Insurance company phone
  502.                                    extension number to contact the
  503.                                    person that will help you with
  504.                                    claim processing.
  505.           
  506.           INS_REP     C    25      Name of insurance company
  507.                                    representative that the given
  508.                                    phone number will put you in
  509.                                    touch with.
  510.           
  511.           INS_TITLE   C    20      Insurance company title for
  512.                                    representative the given phone
  513.                                    number will put you in touch
  514.                                    with.
  515.           
  516.           PAYOR       C     5      NEIC assigned identification
  517.                                    number for this insurance
  518.                                    carrier.
  519.           
  520.           PAYOR_SUB   C     4      NEIC assigned identification
  521.                                    number for this insurance
  522.                                    carriers sub-office.
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.       Page 154
  531.  
  532.           ---------------------------------------------------------
  533.           FILE - INSCO
  534.           ---------------------------------------------------------
  535.           
  536.           FIELD      TYPE LEN DEC
  537.           
  538.           PPO_TYPE    C     1      If this insurance carrier
  539.                                    provides coverage under a: 'PPO'
  540.                                    enter 'P', 'HMO' enter 'H',
  541.                                    'Managed Care' enter 'M',
  542.                                    otherwise leave blank.
  543.           
  544.           
  545.           PPO_ID      C    10      If this insurance carrier is a
  546.                                    PPO, HMO, or MANAGED CARE
  547.                                    provider enter the number for
  548.                                    their contract.
  549.           
  550.           
  551.           ECS_CODE    C     7      If the claims for this insurance
  552.                                    carrier are to be process using
  553.                                    Electronic Claims Submission
  554.                                    sub-systems enter the ECS form
  555.                                    code here.  Valid values are
  556.                                    '*ECS#1*', '*ECS#2*', and
  557.                                    '*ECS#3*'.
  558.           
  559.           LUPDATE     D     8      Date of last maintenance for
  560.                                    this record - mm/dd/yy.
  561.           
  562.           
  563.           
  564.           TOTAL RECORD LENGTH..    246
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.       Page 155
  590.  
  591.           ---------------------------------------------------------
  592.           FILE - LETTERS
  593.           ---------------------------------------------------------
  594.           
  595.           FIELD      TYPE LEN DEC
  596.           
  597.           LTR_CODE    C     2      Code to identify this recall
  598.                                    letter format.
  599.           
  600.           LTR_TITLE   C    32      Descriptive title of letter that
  601.                                    will be displayed in the summary
  602.                                    display, and listing, of letters
  603.                                    on file.
  604.           
  605.           LETTER      M    10      Body of recall letter.
  606.           
  607.           LUPDATE     D     8      Date of last maintenance for
  608.                                    this record - mm/dd/yy.
  609.           
  610.           
  611.           
  612.           TOTAL RECORD LENGTH..     52
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.       Page 156
  649.  
  650.           ---------------------------------------------------------
  651.           FILE - TRAN
  652.           ---------------------------------------------------------
  653.           
  654.           FIELD      TYPE LEN DEC
  655.           
  656.           ACCT        C     5      Primary identification code for
  657.                                    billing functions. Each account
  658.                                    can have from 1 to 999 patients.
  659.           
  660.           PATIENT     C     2      Code to identify this patient
  661.                                    within an account. You can have
  662.                                    up to 999 patients per account.
  663.                                    You must have at least one
  664.                                    patient per account.
  665.           
  666.           PAT_DOC     C     2      Patients normal doctor. Code
  667.                                    used to identify the doctor that
  668.                                    is normally responsable for this
  669.                                    patient. You can identify
  670.                                    another doctor that sees the
  671.                                    patient at time of transaction
  672.                                    posting.
  673.           
  674.           CHG_TABLE   C     2      Code to identify this charge
  675.                                    table of rates. You can setup
  676.                                    100 unique charge tables. The
  677.                                    table code of '00' is reserved
  678.                                    for the default 'standard'
  679.                                    charge table. Each table is
  680.                                    unique and is identified to the
  681.                                    patient at time of patient
  682.                                    setup. Table code can be
  683.                                    overriden at time of transaction
  684.                                    posting in order to post charges
  685.                                    to a patient from another table.
  686.           
  687.           CHG_CODE    C     8      Primary code used to identify
  688.                                    the charge, adjustment, or type
  689.                                    of payment. This code is
  690.                                    combined with the 'CHG_TABLE'
  691.                                    code in order to fully identify
  692.                                    the transaction.
  693.           
  694.           TRN_POST    D     8      General ledger posting flag. If
  695.                                    not blank this flag signifies
  696.                                    that this transaction has
  697.                                    already been posted to the
  698.                                    General Ledger.
  699.           
  700.           TRN_DATE    D     8      Transaction posting date -
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.       Page 157
  708.  
  709.           ---------------------------------------------------------
  710.           FILE - TRAN
  711.           ---------------------------------------------------------
  712.           
  713.           FIELD      TYPE LEN DEC
  714.           
  715.                                    mm/dd/yy.
  716.           
  717.           TRN_DAYSHT  C     5      Transaction day sheet control
  718.                                    number (or invoice no.) - In
  719.                                    MED#1 this number is optional
  720.                                    but should be used if you use
  721.                                    prenumbered patient forms for
  722.                                    patient charges. This number can
  723.                                    be used for tracking adjustments
  724.                                    and receipts to actual charges.
  725.           
  726.           TRN_DESC    C    32      Transaction description - from
  727.                                    charge table but can be modified
  728.                                    at time of transaction posting.
  729.           
  730.           TRN_TYPE    C     1      Transaction type code - 'C' =
  731.                                    charge, 'A' = adjustment, 'P' =
  732.                                    payment.
  733.           
  734.           TRN_PLSERV  C     1      Transaction 'Place of Service'
  735.                                    code. This is one of the codes
  736.                                    found listed on the back of the
  737.                                    HCFA-1500 form that can be used
  738.                                    to identify the 'Place of
  739.                                    Service'. Only those codes found
  740.                                    on the back of the HCFA-1500
  741.                                    form are valid.
  742.           
  743.           TRN_TYSERV  C     1      Transaction 'Type of Service'
  744.                                    code. This is one of the codes
  745.                                    found listed on the back of the
  746.                                    HCFA-1500 insurance form that
  747.                                    can be used to identify the
  748.                                    'Type of Service' performed.
  749.                                    Only the codes found on the back
  750.                                    of the HCFA-1500 form are valid.
  751.           
  752.           TRN_DXCODE  C     8      Transaction diagnostic code.
  753.                                    This is in addition to the code
  754.                                    used to identify the
  755.                                    transaction.
  756.           
  757.           TRN_DXCOD2  C     8      Second of four available
  758.                                    diagnosis codes that can be
  759.                                    associated with this
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.       Page 158
  767.  
  768.           ---------------------------------------------------------
  769.           FILE - TRAN
  770.           ---------------------------------------------------------
  771.           
  772.           FIELD      TYPE LEN DEC
  773.           
  774.                                    transaction.
  775.           
  776.           TRN_DXCOD3  C     8      Third of four diagnosis codes
  777.                                    that can be assigned to this
  778.                                    transaction.
  779.           
  780.           TRN_DXCOD4  C     8      Fourth of four diagnosis codes
  781.                                    that can be assigned to this
  782.                                    transaction.
  783.           
  784.           TRN_DOC     C     2      Doctor seeing patient for this
  785.                                    transaction. This is the default
  786.                                    patient doctor but can be
  787.                                    changed at time of transaction
  788.                                    posting.
  789.           
  790.           TRN_RATE    N     8   2  The rate that was contained in
  791.                                    the charge table for this entry
  792.                                    at time of posting. This may be
  793.                                    different that actual charge
  794.                                    record due to operator override
  795.                                    ability at time of posting.
  796.           
  797.           TRN_QTY     N     3   0  Quantity of units that this
  798.                                    charge represents. ALL CURRENT
  799.                                    POSTINGS IN THIS SYSTEM WILL USE
  800.                                    THE VALUE 1.
  801.           
  802.           TRN_AMT     N     8   2  Transaction base amount prior to
  803.                                    any tax.
  804.           
  805.           TRN_DISC    N     8   2  Calculated discount amount of
  806.                                    charge that patient is allowed.
  807.                                    Discount percent is contained in
  808.                                    the account master for this
  809.                                    patient.
  810.           
  811.           TRN_TAXYN   C     1      Flag to identify if this entry
  812.                                    was taxable at time of posting
  813.                                    as determined by charge table
  814.                                    and account tax status. Because
  815.                                    operator can override calculated
  816.                                    tax amount this flag is required
  817.                                    to properly identify the entry
  818.                                    for G/L Journal posting as
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.       Page 159
  826.  
  827.           ---------------------------------------------------------
  828.           FILE - TRAN
  829.           ---------------------------------------------------------
  830.           
  831.           FIELD      TYPE LEN DEC
  832.           
  833.                                    either taxable or non-taxable.
  834.           
  835.           TRN_TAX     N     6   2  Transaction tax charge.
  836.                                    Calculated at time of posting
  837.                                    but can be changed at time of
  838.                                    posting.
  839.           
  840.           TRN_TOTAL   N     8   2  Total transaction charge amount
  841.                                    that includes tax.
  842.           
  843.           TRN_INSAMT  N     8   2  That portion of total
  844.                                    transaction charge that is to be
  845.                                    subject to insurance coverage.
  846.                                    This value will be used in
  847.                                    future versions of MED#1 that
  848.                                    will provide for the reporting
  849.                                    of A/R covered/not covered by
  850.                                    insurance. (Note - this field is
  851.                                    not used in the 'SHAREWARE' ver
  852.                                    of MED#1.)
  853.           
  854.           TRN_CKNO    C     8      Transaction payment check number
  855.                                    - payments only.
  856.           
  857.           TRN_GLACCT  C     8      Transaction general ledger
  858.                                    posting code that this
  859.                                    transaction should be recorded
  860.                                    under in you G/L system.
  861.           
  862.           TRN_GLPOST  C     1      Flag to identify if this
  863.                                    transaction has been posted to
  864.                                    the General Ledger system.
  865.           
  866.           TRN_PROVDR  C     2      Patient code for member of this
  867.                                    account that provides insurance
  868.                                    coverage for this patients
  869.                                    charge entry.
  870.           
  871.           TRN_INSBIL  C     1      Flag used to identify this
  872.                                    transaction for processing for
  873.                                    insurance reporting and to
  874.                                    identifiy it as having been
  875.                                    posted for insurance.
  876.           
  877.           TRN_ADJCD   C     2      (currently not used)
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.       Page 160
  885.  
  886.           ---------------------------------------------------------
  887.           FILE - TRAN
  888.           ---------------------------------------------------------
  889.           
  890.           FIELD      TYPE LEN DEC
  891.           
  892.           
  893.           TRN_INS_CO  C     8      If this transaction was
  894.                                    processed for insurance coverage
  895.                                    then this is the code for that
  896.                                    insurance company. This is
  897.                                    designed to assist in batching
  898.                                    all transactions for insurance
  899.                                    processing by company.
  900.           
  901.           ECP_BATCH   C     6      Electronic Claims Processing
  902.                                    batch control number. This field
  903.                                    will contain the claims
  904.                                    processing batch control number
  905.                                    assigned at time of initial
  906.                                    insurance claims extract and
  907.                                    processing. ECP will be
  908.                                    performed by a standalone
  909.                                    program to be provided by
  910.                                    MEDshare.
  911.           
  912.           LUPDATE     D     8      Date of last maintenance for
  913.                                    this record - mm/dd/yy.
  914.           
  915.           
  916.           
  917.           TOTAL RECORD LENGTH..    203
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.       Page 161
  944.  
  945.           ---------------------------------------------------------
  946.           FILE - TAG_INS
  947.           ---------------------------------------------------------
  948.           
  949.           FIELD      TYPE LEN DEC
  950.           
  951.           ACCT        C     5      Primary identification code for
  952.                                    billing functions. Each account
  953.                                    can have from 1 to 999 patients.
  954.           
  955.           PATIENT     C     2      Code to identify this patient
  956.                                    within an account. You can have
  957.                                    up to 999 patients per account.
  958.                                    You must have at least one
  959.                                    patient per account.
  960.           
  961.           PS          C     1      If this insurance claim is a
  962.                                    primary enter a 'P' otherwise
  963.                                    enter 'S'.
  964.           
  965.           CLAIM       C     1      Claim type to print: 'blank' =
  966.                                    plain paper, 1-9 for MEDICARE -
  967.                                    OTHER.
  968.           
  969.           FORM        C     7      Contains the form code for the
  970.                                    type of insurance form this
  971.                                    claim is filed on.
  972.           
  973.           
  974.           
  975.           TOTAL RECORD LENGTH..     16
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.       Page 162
  1003.  
  1004.           ---------------------------------------------------------
  1005.           FILE - TAG_RCAP
  1006.           ---------------------------------------------------------
  1007.           
  1008.           FIELD      TYPE LEN DEC
  1009.           
  1010.           ACCT        C     5      Primary identification code for
  1011.                                    billing functions. Each account
  1012.                                    can have from 1 to 999 patients.
  1013.           
  1014.           PATIENT     C     2      Code to identify this patient
  1015.                                    within an account. You can have
  1016.                                    up to 999 patients per account.
  1017.                                    You must have at least one
  1018.                                    patient per account.
  1019.           
  1020.           
  1021.           
  1022.           TOTAL RECORD LENGTH..      7
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.       Page 163
  1062.  
  1063.           ---------------------------------------------------------
  1064.           FILE - MEDGL
  1065.           ---------------------------------------------------------
  1066.           
  1067.           FIELD      TYPE LEN DEC
  1068.           
  1069.           GL_CODE     C     1      Code used to identify the type
  1070.                                    of transaction this is within
  1071.                                    the G/L Journal file. 1=charges
  1072.                                    & adjustments, 2=sales tax, and
  1073.                                    3=receipts.
  1074.           
  1075.           GLACCT      C     8      General Ledger account code as
  1076.                                    contained in the charge table
  1077.                                    record that posting was made
  1078.                                    from.
  1079.           
  1080.           ACCT        C     5      Primary identification code for
  1081.                                    billing functions. Each account
  1082.                                    can have from 1 to 999 patients.
  1083.           
  1084.           PATIENT     C     2      Code to identify this patient
  1085.                                    within an account. You can have
  1086.                                    up to 999 patients per account.
  1087.                                    You must have at least one
  1088.                                    patient per account.
  1089.           
  1090.           CHG_TABLE   C     2      Code to identify this charge
  1091.                                    table of rates. You can setup
  1092.                                    100 unique charge tables. The
  1093.                                    table code of '00' is reserved
  1094.                                    for the default 'standard'
  1095.                                    charge table. Each table is
  1096.                                    unique and is identified to the
  1097.                                    patient at time of patient
  1098.                                    setup. Table code can be
  1099.                                    overriden at time of transaction
  1100.                                    posting in order to post charges
  1101.                                    to a patient from another table.
  1102.           
  1103.           CHG_CODE    C     8      Primary code used to identify
  1104.                                    the charge, adjustment, or type
  1105.                                    of payment. This code is
  1106.                                    combined with the 'CHG_TABLE'
  1107.                                    code in order to fully identify
  1108.                                    the transaction.
  1109.           
  1110.           TRN_DOC     C     2      Doctor seeing patient for this
  1111.                                    transaction. This is the default
  1112.                                    patient doctor but can be
  1113.                                    changed at time of transaction
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.       Page 164
  1121.  
  1122.           ---------------------------------------------------------
  1123.           FILE - MEDGL
  1124.           ---------------------------------------------------------
  1125.           
  1126.           FIELD      TYPE LEN DEC
  1127.           
  1128.                                    posting.
  1129.           
  1130.           TRN_DATE    D     8      Transaction posting date -
  1131.                                    mm/dd/yy.
  1132.           
  1133.           TRN_DESC    C    32      Transaction description - from
  1134.                                    charge table but can be modified
  1135.                                    at time of transaction posting.
  1136.           
  1137.           TRN_CKNO    C     8      Transaction payment check number
  1138.                                    - payments only.
  1139.           
  1140.           GL_TAX      N     7   2  Contains the tax amount for
  1141.                                    taxable charges and adj.
  1142.           
  1143.           GL_NTAXAMT  N    11   2  Contains the non-taxable dollar
  1144.                                    of charges and adj.
  1145.           
  1146.           GL_TAXAMT   N    11   2  Contains the taxable amount of
  1147.                                    charges and adjustments.
  1148.           
  1149.           
  1150.           
  1151.           TOTAL RECORD LENGTH..    105
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.       Page 165
  1180.  
  1181.           ---------------------------------------------------------
  1182.           FILE - F_ERROR.LOG
  1183.           ---------------------------------------------------------
  1184.           
  1185.           F_ERROR.LOG is a common 'ERROR' logging file used by  ALL
  1186.           programs  developed by MEDshare, Inc.  This file is  only
  1187.           used  to  capture  'ERROR'  conditions  that  result   in
  1188.           abnormal program terminations due to an internal  program
  1189.           problem 'bug'.  When a MEDshare, Inc. program  terminates
  1190.           in  this manner the 'ERROR' condition is captured  and  a
  1191.           text  description  of that 'ERROR' is written  into  this
  1192.           file named F_ERROR.LOG.  If the file F_ERROR.LOG does not
  1193.           exist  it  is  created.  The  information  captured  will
  1194.           consist of: DATE, TIME, OPERATOR ID (if network),  MODULE
  1195.           NAME  THAT FAILED, LINE NUMBER OF CODE LINE THAT  FAILED,
  1196.           and  A  BRIEF  DESCRIPTION  OF  THE  ERROR.   With   this
  1197.           information  it is possible to research the  problem  and
  1198.           make a correction.
  1199.           
  1200.           If  you  are having problems with any of  your  MEDshare,
  1201.           Inc.  programs,  and  you  see  entries  made  into  this
  1202.           F_ERROR.LOG  file,  copy  this  F_ERROR.LOG  file  to   a
  1203.           diskette and send it to:
  1204.           
  1205.                                MEDshare, Inc.
  1206.                          4100 West 15th, Suite #103
  1207.                              Plano, Texas  75093
  1208.           
  1209.                    Phone - Tech Support: 1 (214) 736-1067
  1210.           
  1211.           If possible provide a brief description of your  activity
  1212.           for  the  time  just  prior  to  the  'ERROR'  condition.
  1213.           Include with this the name and phone number of the person
  1214.           MEDshare,  Inc. will need to contact if more  information
  1215.           is needed.
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.       Page 166
  1239.  
  1240.  
  1241.